home *** CD-ROM | disk | FTP | other *** search
Text File | 1994-12-03 | 1.7 KB | 84 lines | [TEXT/ttxt] |
- * See config.linohi for more info.
- * With a virtual machine, we can claim 1M of memory.
- *
- m 1000000
- *
- * Default resolution.
- *
- D 300
- *
- * Last resort sizes.
- *
- R 100 120 144 300 360 400 432 480
- *
- * The mode for building font files for a LaserWriter.
- *
- M laserwriter
- *
- * Here we could set several paths needed by dvips.
- * Use Unix notation for paths, i.e., the path separator is a ":"
- * and the directory delimiter is a "/". These paths will always
- * be overwritten by the paths in dvips.env, so don't bother to
- * set them here.
- *
- * Path for PostScript headers
- * H .:/Apollo/TeX Folder/ps
- *
- * Path for pk files
- * P .:/Apollo/TeX Folder/texfonts/pks
- *
- * Path for epsf and ps files
- * S .:/Apollo/TeX Folder/ps:/Apollo/TeX Folder/texinputs
- *
- * Path for tfm files
- * T .:/Apollo/TeX Folder/texfonts/PStfms:/Apollo/TeX Folder/texfonts/tfms
- *
- * Path for vf files
- * V .:/Apollo/TeX Folder/texfonts/PSvfs
- *
- *
- * Paper size information. First definition is the default.
- * If your default is a4 uncomment the following definition
- * and comment out the letterSize definition.
- *
- * @ A4size 210mm 297mm
- * @+ %%PaperSize: A4
-
- @ letterSize 8.5in 11in
-
- @ letter 8.5in 11in
- @+ %%BeginPaperSize: Letter
- @+ letter
- @+ %%EndPaperSize
-
- @ legal 8.5in 14in
- @+ ! %%DocumentPaperSizes: Legal
- @+ %%BeginPaperSize: Legal
- @+ legal
- @+ %%EndPaperSize
-
- @ ledger 17in 11in
- @+ ! %%DocumentPaperSizes: Ledger
- @+ %%BeginPaperSize: Ledger
- @+ ledger
- @+ %%EndPaperSize
-
- @ tabloid 11in 17in
- @+ ! %%DocumentPaperSizes: Tabloid
- @+ %%BeginPaperSize: Tabloid
- @+ 11x17
- @+ %%EndPaperSize
-
- @ A4 210mm 297mm
- @+ ! %%DocumentPaperSizes: A4
- @+ %%BeginPaperSize: A4
- @+ a4
- @+ %%EndPaperSize
-
- @ A3 297mm 420mm
- @+ ! %%DocumentPaperSizes: A3
- @+ %%BeginPaperSize: A3
- @+ a3
- @+ %%EndPaperSize
-
-